Echo "If $sseq NOT Eq *"`List Lformat %l S:Startup-sequence`*" *nEcho *"The file S:Startup-sequence has been modified *" *nEcho *"You can vision a copy of the original NOW in RAM: *" *nAsk *"Want to have the original back [Y/N or RETURN]?*" *nIf Warn *nCopy >NIL: RAM:Startup-sequence S: *nEndif *nElse *nEcho *"The Startup-sequence has not been modified*" *nEndif" >RAM:Kickfile
Execute RAM:Kickfile
Echo "If $usst NOT Eq *"`List Lformat %l S:User-startup`*" *nEcho *"The file S:User-startup has been modified*" *nEcho *"You can vision a copy of the original NOW in RAM: *" *nAsk *"Want to have the original back [Y/N or RETURN]?*" *nIf Warn *nIf Exists RAM:User-startup *nCopy >NIL: RAM:User-startup S: *nElse *nDelete FORCE >NIL: S:User-startup *nEndif *nEndif *nElse *nEcho *"The User-startup has not been modified*" *nEndif" >RAM:Kickfile
Execute RAM:Kickfile
Echo ""
Echo "New files are:"
If Exists RAM:nfiles
Type RAM:nfiles
Echo ""
Ask "Want to delete these files [Y/N or RETURN]? "
If Warn
Alias NEW: "DELETE >NIL: ALL FORCE"
Execute RAM:nfiles
Echo "Files deleted. OK."
Else
Echo ""
Ask "Want to save the log file [Y/N or RETURN]?"
If Warn
Echo "The program will create a directory in which to save the log"
Echo "file and the *"original*" startup-sequence and user-startup"